const encoding/json.tokenObjectStart
4 uses
encoding/json (current package)
stream.go#L298: tokenObjectStart
stream.go#L402: dec.tokenState = tokenObjectStart
stream.go#L406: if dec.tokenState != tokenObjectStart && dec.tokenState != tokenObjectComma {
stream.go#L437: if dec.tokenState == tokenObjectStart || dec.tokenState == tokenObjectKey {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)